home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mac 13
/
the-mac-13.iso
/
On The Rom
/
100 Best Mac CD-ROMs Selection
/
LOUVRE
/
CG074.DXR
/
00026.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-01
|
253 b
|
17 lines
on startMovie
when mouseDown then Play done
end
on PlaySound chan, theFile
set theFile to the pathName & theFile
sound playFile chan, theFile
end
on WaitForSound chan
if soundBusy(chan) then
go(the frame)
else
nothing()
end if
end